home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tsub01.zip / TSUB.DOC < prev    next >
Text File  |  1992-07-15  |  6KB  |  151 lines

  1.  
  2.       ████████┐ ███████┐ ██┐  ██┐ ████████┐                                  
  3.       └──██┌──┘ ██┌────┘ ██│  ██│ └██┌──██│                                  
  4.          ██│    ███████┐ ██│  ██│  ███████│                                  
  5.          ██│    └────██│ ██│  ██│  ██┌──██│                                  
  6.          ██│    ███████│ ███████│ ████████│                                  
  7.          └─┘    └──────┘ └──────┘ └───────┘                                  
  8.                     Version  1
  9.            Copyright 1992 by Keith S. Kolbo
  10.                 All Rights Reserved
  11.  
  12.  
  13.     Welcome to TSUB a subboard caller utility for TriBBS.
  14.  
  15. Copyright and Registration
  16.  
  17. This program is distributed on a no charge basis. Howerever, it is not
  18. public domain and the author, Keith S. Kolbo retains all rights to this 
  19. program.  Registered TriBBS sysops are free to use this program with their
  20. boards after sending their name, address, board name and board number to 
  21. author.  Unregistered TriBBS sysops may use this program during their
  22. boards 30 day evaluation period.  Any other use of this program is strictly
  23. prohibited.
  24.  
  25.  
  26. Warranty
  27.  
  28. This program is distrubuted without warranty.  In no event will Keith S. Kolbo
  29. be held responsible to you for damages of any kind, direct or indirect.  This
  30. program is made available for your use at your own risk.  It worked on my 
  31. system without incident, but this does not mean that it will produce the same
  32. results on your system.
  33.  
  34. What the program should do..
  35.  
  36. TSUB is an interface designed to pass information to a copy of TriBBS set up
  37. as a door (subboard).  This program will allow any BBS that can produce a 
  38. DOOR.SYS file to use TriBBS as a door (subboard).  This program passes the
  39. caller's baudrate and time left to the subboard.  It also indicates to the 
  40. subboard if an error correcting connection is present.  It does this by 
  41. reading TRIBBS.SYS or DOOR.SYS and then creating a modified BOARD.BAT 
  42. for the subboard.  This modified BOARD.BAT calls the subboard with the 
  43. appropriate information and then when the subboard exits, returns the system
  44. to the calling node's main directory and calls the node's BOARD.BAT. 
  45.  
  46. Most instructions in this doc file will refer to installation for a TriBBS.
  47. If you have difficulty installing it with other BBS systems, please contact
  48. the author.
  49.  
  50. INSTALLATION
  51.  
  52.     Create a sub directory for the subboard.  For all examples, this 
  53. directory will be called D:\tribbs2.  Complete a standard TriBBS installation
  54. in that directory.( follow the TriBBS docs )  ONE NOTE...  To properly pass
  55. the error correcting conection indication, the "Error Correct Message" in the
  56. configure node section of the subboard must be set to ARQ.
  57.  
  58.  
  59.  
  60.  
  61. Place TSUB.EXE in the subboard's main directory.
  62.  
  63. Create a batch file to call the subboard.  Name it per the TriBBS docs.  
  64. Examples will use SUBBOARD as the file.  TSUB is called with three command
  65. line arguments.  The first is the drive and path for the calling node's main
  66. directory.( this is also where the subboard will return to after exitting )
  67. The second is the drive and path for the subboard's main directory.  The last 
  68. argument is the type of .SYS file TSUB should use. 
  69.     t = TRIBBS.SYS (recommended for TriBBS's)
  70.     d = DOOR.SYS (for other applications)
  71.  
  72. Recommended batch file :
  73.  
  74. D:                        <-----  Change to subboard's drive
  75. cd \tribbs2                  <------- Change to subboard's subdirectory
  76. tsub C:\tribbs D:\tribbs2 t  <--------- Call TSUB 
  77. if exist success board.bat   <------- If success file is there, start subboard
  78. :end
  79. C:                         <--- On an error change to node's drive   
  80. cd \tribbs                 <--- Node's dir
  81. board.bat                  <--- Restart BBS
  82.  
  83.  
  84. NOTES---   Calling TSUB example :
  85.  
  86.     tsub C:\tribbs D:\tribbs t 
  87.     ^^^   ^^^^^^    ^^^^^^   ^
  88.      |      |         |      |___ Use TRIBBS.SYS
  89. program__|      |         |_________ suboard's main dir drive and path
  90.         |
  91. Node's main dir drive and path
  92.  
  93.  
  94. Next you must edit your DOORS.MNU file. 
  95. EXAMPLE:
  96.  
  97. 4,2,1,15
  98. D,Global War,GWDOOR,10
  99. D,Send-a-Note,sendnote,25
  100. D,Zork,zorkdoor,10
  101. D,Hangman,hangdoor,26
  102. D,Post ADDS For Sale,4saledo,10
  103. D,Social Event Poster,socialdo,10
  104. T,SPECIAL CLUB,subboard,26
  105. ^ ^^^^^^^^^^^^ ^^^^^^^^ ^
  106. NOTES -
  107.     T = Drop a TRIBBS.SYS file
  108.     SPECIAL CLUB = What ever you want to appear as the door's name
  109.     subboard = The batch file's name
  110.     26 = Whatever security level is needed for access
  111.  
  112.  
  113.  
  114.  
  115. LOCAL USE  
  116.  
  117.     You may access the subboards waiting for caller screen ( to get to 
  118. its config options ) by changing to the subboard's main directory and 
  119. typing "board at the DOS prompt.
  120.  
  121.  
  122.  
  123. NON-TRIBBS BBS INSTALLATION NOTES
  124.  
  125.     On installations for BBS software other than TriBBS as the calling
  126. node, follow the BBS's instructions for setting up a door and use the 
  127. recommended batch file to call it.  Make sure that you set your BBS to
  128. drop a DOOR.SYS file.  When the TriBBS subboard exits, it will change back
  129. to the main directory that was sent on the command line and then it will try
  130. to start BOARD.BAT.  If that is not the name of the BATCH file to restart your
  131. BBS then create a BOARD.BAT that calls your system's start up file.
  132.  
  133.  
  134.  
  135. That's it .................
  136.  
  137.  
  138.  
  139. This program was compiled with Borland's Turbo C++
  140. TriBBS was written by Mark Goodwin who retains all rights to that name
  141. and software..  He has no connection with the TSUB and he is not
  142. responsible for it's actions.
  143.  
  144. The author may be reached for registration and questions at:
  145.         Keith S. Kolbo
  146.         5419 Pullman Drive
  147.         Orlando, Florida  USA  32812
  148.  
  149.     Board   Falcore BoatWorks Remote Access
  150.         407-277-5316  1200 - 38,400  V32 V42bis 8,N,1
  151.